home *** CD-ROM | disk | FTP | other *** search
- # -----------------------------------------------------------------------
- # $Id: misc.in,v 1.1 1994/08/10 01:08:23 mjl Exp $
- #
- # Maurice LeBrun
- # IFS, University of Texas at Austin
- # 22-Jul-1994
- #
- # Miscellaneous targets.
- # -----------------------------------------------------------------------
-
- # Cleanup
-
- clean:
- -rm * shared/* ../lib/libpl*
-
- # Autogeneration of dependencies. Use gcc -MM because X11's "makedepend"
- # includes system headers, and that really sucks.
-
- depend:
- gcc -MM $(CORE_C) $(DRIVERS_C) $(UTIL_C) $(FSTUB_C) $(TCL_C) $(TK_C) \
- | ./cvtdeps
- @echo "Rerun configure for the new dependencies to take effect"
-
- # -----------------------------------------------------------------------
- # Auto-generated dependency list follows (warning: it's ugly).
-
-